Other Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@protocol SCSChatInterfaceDelegate <NSObject> @required /** Tells the delegate when a user interacts with a chat element representing an app event. @param interface The Chat Interface instance corresponding to this event. @param URL the configured URL associated with the App Event. */ - (void)interface:(__weak SCSChatInterface *)interface didReceiveAppEventWithURL:(NSURL *)URL; @end
Swift
protocol SCSChatInterfaceDelegate : NSObjectProtocol